home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
AudioApps
/
GISO
/
English.lproj
/
GISO.nib
/
data.classes
next >
Wrap
Text File
|
1992-12-20
|
1KB
|
104 lines
SoundMeter = {
ACTIONS = {
stop:;
run:;
};
OUTLETS = {
sound;
};
SUPERCLASS = View;
};
GISOPrefPanel = {
ACTIONS = {
save:;
ok:;
windowDidBecomeKey:;
revert:;
};
OUTLETS = {
storageDirectory;
};
SUPERCLASS = PrefPanel;
};
PrefPanel = {
ACTIONS = {
revert:;
save:;
makeKeyAndOrderFront:;
windowDidBecomeKey:;
cancel:;
ok:;
};
OUTLETS = {
panel;
defaults;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Controller = {
ACTIONS = {
willPlay:;
hadError:;
cleanKill:;
didPlay:;
openFile:;
stopPlay:;
appDidInit:;
subprocess:;
saveToHotList:;
loadFromHotList:;
convert:;
playIt:;
saveFile:;
copyValue:;
};
OUTLETS = {
soundMeter;
panel;
theSound;
inDataSize;
playButton;
inHotListStr;
inHotListConfig;
inDataForm;
dataFormSwitches;
savePanel;
outRate;
outHotListStr;
outType;
inRateText;
outDataSize;
versionNo;
outChannels;
inType;
outDataForm;
swapBytes;
effect;
inRate;
inChannels;
outRateText;
outFile;
entryName;
effectArgText;
dialog;
subprocess;
outHotListConfig;
outHotList;
openPanel;
inFile;
inHotList;
volume;
dataSizeSwitches;
strings;
defaults;
convert;
whichRadio;
};
SUPERCLASS = Object;
};